golang.org/x/net/http2.pipe.CloseWithError (method)
9 uses
golang.org/x/net/http2 (current package)
pipe.go#L111: func (p *pipe) CloseWithError(err error) { p.closeWithError(&p.err, err, nil) }
server.go#L1591: p.CloseWithError(err)
server.go#L1756: st.body.CloseWithError(fmt.Errorf("sender tried to send more than declared Content-Length of %d bytes", st.declBodyBytes))
server.go#L1824: st.body.CloseWithError(fmt.Errorf("request declared a Content-Length of %d but only wrote %d bytes",
server.go#L1828: st.body.CloseWithError(io.EOF)
server.go#L1850: st.body.CloseWithError(fmt.Errorf("%w", os.ErrDeadlineExceeded))
transport.go#L1359: cs.bufPipe.CloseWithError(err) // no-op if already closed
transport.go#L1364: cs.bufPipe.CloseWithError(errRequestCanceled)
transport.go#L2603: cs.bufPipe.CloseWithError(serr)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)